Response Constants Reference

Declared in TscCommand.h

Response

@enum Response

自动返回状态功能(Automatic return status function)

Definition

typedef NS_ENUM(NSUInteger, Response ) {
   OFF = 0,
   ON = 1,
   BATCH = 2,
};

Constants

OFF

关闭自动返回状态功能(Turn off auto-return status)

Declared In TscCommand.h.

ON

打开自动返回状态功能,每打印完一张返回一次(Turn on the function of automatic return status, and return once after each print)

Declared In TscCommand.h.

BATCH

打开自动返回状态功能,打印完毕后返回一次(Turn on the automatic return function, and return once after printing)

Declared In TscCommand.h.

Declared In

TscCommand.h